projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816dc35
)
(idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 2004 21:50:03 +0000
(21:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 2004 21:50:03 +0000
(21:50 +0000)
lisp/progmodes/idlw-shell.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/idlw-shell.el
b/lisp/progmodes/idlw-shell.el
index a600939ef71fb6eebf11d11332452a6712423b99..ae0c43c27304921180776d4cdaf2998c0ce551f4 100644
(file)
--- a/
lisp/progmodes/idlw-shell.el
+++ b/
lisp/progmodes/idlw-shell.el
@@
-1823,8
+1823,8
@@
Change the default directory for the process buffer to concur."
'hide 'wait)
;; If we don't know anything about the class, update shell routines
(if (and idlwave-shell-get-object-class
- (not (assoc-
ignore-case
idlwave-shell-get-object-class
-
(idlwave-class-alist)
)))
+ (not (assoc-
string
idlwave-shell-get-object-class
+
(idlwave-class-alist) t
)))
(idlwave-shell-maybe-update-routine-info))
idlwave-shell-get-object-class)))